[INFO] fetching crate cargo-evidence 0.1.5...
[INFO] testing cargo-evidence-0.1.5 against try#28f95933dc0727396c07b48d0a8cb5211b7fb472 for pr-154065-2
[INFO] extracting crate cargo-evidence 0.1.5 into /workspace/builds/worker-2-tc2/source
[INFO] started tweaking crates.io crate cargo-evidence 0.1.5
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate cargo-evidence 0.1.5
[INFO] tweaked toml for crates.io crate cargo-evidence 0.1.5 written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate cargo-evidence 0.1.5 on toolchain 28f95933dc0727396c07b48d0a8cb5211b7fb472
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+28f95933dc0727396c07b48d0a8cb5211b7fb472" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate cargo-evidence 0.1.5 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+28f95933dc0727396c07b48d0a8cb5211b7fb472" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+28f95933dc0727396c07b48d0a8cb5211b7fb472" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] f4d687d4ab2e5936f17edfaa5875d6d18d327aaceddd7519b4b9bec33fade939
[INFO] running `Command { std: "docker" "start" "-a" "f4d687d4ab2e5936f17edfaa5875d6d18d327aaceddd7519b4b9bec33fade939", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "f4d687d4ab2e5936f17edfaa5875d6d18d327aaceddd7519b4b9bec33fade939", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f4d687d4ab2e5936f17edfaa5875d6d18d327aaceddd7519b4b9bec33fade939", kill_on_drop: false }`
[INFO] [stdout] f4d687d4ab2e5936f17edfaa5875d6d18d327aaceddd7519b4b9bec33fade939
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+28f95933dc0727396c07b48d0a8cb5211b7fb472" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 1c035fc3d18e8eb75184e5bccb22a8053a95bf23cd258271723478d4cc43aa69
[INFO] running `Command { std: "docker" "start" "-a" "1c035fc3d18e8eb75184e5bccb22a8053a95bf23cd258271723478d4cc43aa69", kill_on_drop: false }`
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling typenum v1.20.0
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling regex-syntax v0.8.10
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling aho-corasick v1.1.4
[INFO] [stderr]    Compiling semver v1.0.28
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling ref-cast v1.0.25
[INFO] [stderr]    Compiling ahash v0.8.12
[INFO] [stderr]    Compiling unicode-general-category v1.1.0
[INFO] [stderr]    Compiling cpufeatures v0.2.17
[INFO] [stderr]    Compiling borrow-or-share v0.2.4
[INFO] [stderr]    Compiling bit-vec v0.8.0
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling anstyle-parse v1.0.0
[INFO] [stderr]    Compiling getrandom v0.4.2
[INFO] [stderr]    Compiling getrandom v0.2.17
[INFO] [stderr]    Compiling rustc_version v0.4.1
[INFO] [stderr]    Compiling subtle v2.6.1
[INFO] [stderr]    Compiling micromap v0.3.0
[INFO] [stderr]    Compiling zeroize v1.8.2
[INFO] [stderr]    Compiling colorchoice v1.0.5
[INFO] [stderr]    Compiling const-oid v0.10.2
[INFO] [stderr]    Compiling winnow v1.0.1
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling bit-set v0.8.0
[INFO] [stderr]    Compiling signature v2.2.0
[INFO] [stderr]    Compiling outref v0.5.2
[INFO] [stderr]    Compiling anstream v1.0.0
[INFO] [stderr]    Compiling uuid-simd v0.8.0
[INFO] [stderr]    Compiling ed25519 v2.2.3
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling toml_datetime v1.1.1+spec-1.1.0
[INFO] [stderr]    Compiling curve25519-dalek v4.1.3
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling serde_spanned v1.1.1
[INFO] [stderr]    Compiling data-encoding v2.10.0
[INFO] [stderr]    Compiling evidence-core v0.1.5
[INFO] [stderr]    Compiling toml_writer v1.1.1+spec-1.1.0
[INFO] [stderr]    Compiling num-cmp v0.1.0
[INFO] [stderr]    Compiling iana-time-zone v0.1.65
[INFO] [stderr]    Compiling cpufeatures v0.3.0
[INFO] [stderr]    Compiling toml_parser v1.1.2+spec-1.1.0
[INFO] [stderr]    Compiling bytecount v0.6.9
[INFO] [stderr]    Compiling clap_builder v4.6.0
[INFO] [stderr]    Compiling uuid v1.23.1
[INFO] [stderr]    Compiling tempfile v3.27.0
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]    Compiling num-complex v0.4.6
[INFO] [stderr]    Compiling num-bigint v0.4.6
[INFO] [stderr]    Compiling num-iter v0.1.45
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling hybrid-array v0.4.10
[INFO] [stderr]    Compiling toml v1.1.2+spec-1.1.0
[INFO] [stderr]    Compiling block-buffer v0.12.0
[INFO] [stderr]    Compiling crypto-common v0.2.1
[INFO] [stderr]    Compiling crypto-common v0.1.7
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling sha2 v0.10.9
[INFO] [stderr]    Compiling num-rational v0.4.2
[INFO] [stderr]    Compiling digest v0.11.2
[INFO] [stderr]    Compiling sha2 v0.11.0
[INFO] [stderr]    Compiling num v0.4.3
[INFO] [stderr]    Compiling fraction v0.15.3
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling zerofrom-derive v0.1.7
[INFO] [stderr]    Compiling yoke-derive v0.8.2
[INFO] [stderr]    Compiling zerovec-derive v0.11.3
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling ref-cast-impl v1.0.25
[INFO] [stderr]    Compiling curve25519-dalek-derive v0.1.1
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling clap_derive v4.6.1
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling zerofrom v0.1.7
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]    Compiling yoke v0.8.2
[INFO] [stderr]    Compiling zerovec v0.11.6
[INFO] [stderr]    Compiling zerotrie v0.2.4
[INFO] [stderr]    Compiling regex v1.12.3
[INFO] [stderr]    Compiling fancy-regex v0.17.0
[INFO] [stderr]    Compiling matchers v0.2.0
[INFO] [stderr]    Compiling tracing-subscriber v0.3.23
[INFO] [stderr]    Compiling clap v4.6.1
[INFO] [stderr]    Compiling ed25519-dalek v2.2.0
[INFO] [stderr]    Compiling tinystr v0.8.3
[INFO] [stderr]    Compiling potential_utf v0.1.5
[INFO] [stderr]    Compiling icu_collections v2.2.0
[INFO] [stderr]    Compiling icu_locale_core v2.2.0
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling icu_provider v2.2.0
[INFO] [stderr]    Compiling icu_properties v2.2.0
[INFO] [stderr]    Compiling icu_normalizer v2.2.0
[INFO] [stderr]    Compiling fluent-uri v0.4.1
[INFO] [stderr]    Compiling email_address v0.2.9
[INFO] [stderr]    Compiling chrono v0.4.44
[INFO] [stderr]    Compiling referencing v0.46.2
[INFO] [stderr]    Compiling idna_adapter v1.2.1
[INFO] [stderr]    Compiling idna v1.1.0
[INFO] [stderr]    Compiling jsonschema v0.46.2
[INFO] [stderr]    Compiling cargo-evidence v0.1.5 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 54.13s
[INFO] running `Command { std: "docker" "inspect" "1c035fc3d18e8eb75184e5bccb22a8053a95bf23cd258271723478d4cc43aa69", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1c035fc3d18e8eb75184e5bccb22a8053a95bf23cd258271723478d4cc43aa69", kill_on_drop: false }`
[INFO] [stdout] 1c035fc3d18e8eb75184e5bccb22a8053a95bf23cd258271723478d4cc43aa69
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+28f95933dc0727396c07b48d0a8cb5211b7fb472" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 821a9fe9a6e860e472a9814725e3340bc8af188aff4c8ea56f314d7fd2cb6a10
[INFO] running `Command { std: "docker" "start" "-a" "821a9fe9a6e860e472a9814725e3340bc8af188aff4c8ea56f314d7fd2cb6a10", kill_on_drop: false }`
[INFO] [stderr]    Compiling predicates-core v1.0.10
[INFO] [stderr]    Compiling float-cmp v0.10.0
[INFO] [stderr]    Compiling normalize-line-endings v0.3.0
[INFO] [stderr]    Compiling assert_cmd v2.2.1
[INFO] [stderr]    Compiling difflib v0.4.0
[INFO] [stderr]    Compiling termtree v0.5.1
[INFO] [stderr]    Compiling bstr v1.12.1
[INFO] [stderr]    Compiling wait-timeout v0.2.1
[INFO] [stderr]    Compiling predicates-tree v1.0.13
[INFO] [stderr]    Compiling predicates v3.1.4
[INFO] [stderr]    Compiling cargo-evidence v0.1.5 (/opt/rustwide/workdir)
[INFO] [stdout] error: linking with `cc` failed: exit status: 1
[INFO] [stdout]   |
[INFO] [stdout]   = note:  "cc" "-m64" "/opt/rustwide/target/debug/deps/rustcLN05TZ/symbols.o" "<3 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libtest-*,libgetopts-*,librustc_std_workspace_std-*}.rlib" "/opt/rustwide/target/debug/deps/{libevidence_core-4c6c87f98d1ea4c6,libjsonschema-9f78b18a5a27725c,libbytecount-104a505dd9bbb58d,libfancy_regex-173601389ee64a9b,libbit_set-8b4dc0e384a70557,libbit_vec-d65fb98b7c3788f8,libidna-6df3ce6f0f0ac519,libidna_adapter-1888a8db5b10ca45,libicu_properties-5efd37860822c69d,libicu_properties_data-0263abb5e65944fd,libicu_normalizer-57177d30e4e7e09a,libicu_normalizer_data-f729f0375d518e03,libicu_collections-5ad9843174e14b73,libutf8_iter-0d9be7b316c2b184,libpotential_utf-e1a9f6fb416a15bc,libicu_provider-3bc049d0b3684d03,libicu_locale_core-2533ee0f26fbae10,libtinystr-5525b04f51fdcd50,liblitemap-91c3ff84b79c6a50,libwriteable-efdd0449bf1f91d8,libzerovec-562ed3cebd56e11a,libzerotrie-c894d11146b13ac0,libyoke-6aea181be9b84536,libstable_deref_trait-704f67c99a4c5f65,libzerofrom-e161508bbee50a1f,libuuid_simd-6abd63957b0aa932,liboutref-f450885a24a2ad4b,libvsimd-035e2101b7888870,libunicode_general_category-57c206bcc6e085cf,libemail_address-92b030b262c94732,libfraction-ae08da0a6d24f880,liblazy_static-b3603208c0de2608,libnum-353f17644865d599,libnum_iter-d065749f141cd50c,libnum_rational-7f634154e921e817,libnum_complex-03ac56cf12d81041,libnum_bigint-939c89fe6068755f,libnum_integer-8994f55b08cf2168,libnum_cmp-17522be2d14919c0,libdata_encoding-9925c048f12d655c,libreferencing-c2a46d0fadf1773f,libmicromap-1e7385a45bdd674a,libpercent_encoding-c53c37e60dd2727e,libparking_lot-290f0ed240a8574c,libparking_lot_core-6167d77802e3db58,libsmallvec-29f90736a15dcce2,liblock_api-ec1e77aca18a533b,libscopeguard-d52bd00767847e44,libhashbrown-a0fede83a537ebb1,libequivalent-7e0e8cbe6c474a67,liballocator_api2-3bc2480ae44878f3,libfoldhash-d6902c75bde81c73,libfluent_uri-e0eaa48c0c87ecd2,libborrow_or_share-58fbf106c027b579,libref_cast-c5f13653d767fa29,libahash-493ea65282a8bb45,libgetrandom-199302e783f9602f,libzerocopy-d63fa3ee501f27da,libtoml-0d4bdceccfa637d4,libtoml_writer-53455b36b0c81ff5,libtoml_parser-5dde99bc496b2bd0,libwinnow-3ea30ae347da772f,libserde_spanned-8c2b1f60894e386b,libtoml_datetime-968254e6895229ab,libchrono-105aa0532baa0de5,libiana_time_zone-e4284183d46316cc,libhex-28742b4ca144387c,libuuid-7da18dd6d1c4b502,libtracing-7527204e5d7a2827,libpin_project_lite-8a799ba8b4537fa2,libtracing_core-1a3ec60ab2219351,libsha2-726075490d81f1a5,libcpufeatures-6e66671ef1d123b3,libdigest-16691710c57cf5a8,libconst_oid-213938eb42f07234,libcrypto_common-36bb2c00e9111733,libblock_buffer-0ea210086f4a0338,libhybrid_array-51491b419f25ef26,libwalkdir-a3e1a79fd47b5b12,libsame_file-1ceb7b6153588b15,libed25519_dalek-1987adb5343da147,libsha2-4c76b8fcc9819c96,librand_core-fa404156af28cbe7,libgetrandom-f4fdc57d9696d263,libcurve25519_dalek-2ed3bce1a6463b1c,libcpufeatures-471354fefbcaf2d8,libzeroize-5183346eec8f1799,libsubtle-ca7024fc66e4388f,libdigest-bf720ff6fdccd66a,libblock_buffer-e55a2fdeba739d39,libcrypto_common-524f34e6ceb6979f,libgeneric_array-5dc06065ad26437f,libtypenum-5ec7a93564b74b96,libed25519-63b91ba94ee86808,libsignature-5e5320f1c885308d,libthiserror-8d48f50e62149409,libserde-b497622e31234d47,libtempfile-3aba57bff9818ed9,libgetrandom-b020212982405afb,libcfg_if-5af52f617df93f8f,libfastrand-8bf93aced4b4285e,libonce_cell-028ded5f5e4e9236,librustix-0615239039590adc,libbitflags-e2ff1f8a3d866557,liblinux_raw_sys-fe1e9ef4505379f7,libserde_json-6f37ead0e52878e0,libitoa-d474a064685fa8df,libzmij-07c2bc01ed4c756c,libserde_core-365391bf3dd30696,libassert_cmd-9d12ddb25020a113,libwait_timeout-07ecd8780d26afb9,liblibc-da52938bfe154f8f,libbstr-c62b0314ae1227bc,libpredicates_tree-969a753f36490a18,libtermtree-a075e54d067ee6cb,libpredicates-85f3a0616cbc93ac,libanstyle-b6e520ecdc2d5e86,libregex-afbc1739e924e62d,libregex_automata-aef77180181323d9,libaho_corasick-eeaed4dccb75ce3f,libmemchr-8e33d9a2a7199911,libregex_syntax-a59969707b42f994,libdifflib-b5c0d174341d4249,libnormalize_line_endings-912622c98f3c3da1,libfloat_cmp-3b9a7942abd35d07,libnum_traits-8434f84c7e6b85f7,libpredicates_core-2ee15378b2ec456c}.rlib" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,libcfg_if-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,liblibc-*,librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/opt/rustwide/target/debug/deps/rustcLN05TZ/raw-dylibs" "-B<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/bundle_completeness-b42ffc5f7321409f" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs"
[INFO] [stdout]   = note: some arguments are omitted. use `--verbose` to show all linker arguments
[INFO] [stdout]   = note: collect2: fatal error: ld terminated with signal 9 [Killed]
[INFO] [stdout]           compilation terminated.
[INFO] [stdout]           
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `cargo-evidence` (test "bundle_completeness") due to 1 previous error
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "821a9fe9a6e860e472a9814725e3340bc8af188aff4c8ea56f314d7fd2cb6a10", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "821a9fe9a6e860e472a9814725e3340bc8af188aff4c8ea56f314d7fd2cb6a10", kill_on_drop: false }`
[INFO] [stdout] 821a9fe9a6e860e472a9814725e3340bc8af188aff4c8ea56f314d7fd2cb6a10
